home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
images
/
datalife.igz
/
datalife.img
/
LETTER.BAT
< prev
next >
Wrap
DOS Batch File
|
2003-07-31
|
983b
|
52 lines
@echo off
set DESTPATH=%1:\
echo Your RAM Disk is %DESTPATH%
path=a:\;%DESTPATH%
splash
ECHO Loading files into memory, please wait...
IF NOT EXIST dmzip.exe GOTO DISK_PROMPT
GOTO COPY_DISK
:DISK_PROMPT
choice /c:C /N Please insert the Data Lifeguard installation disk and press 'c' to continue
IF NOT EXIST dmzip.exe GOTO DISK_PROMPT
:COPY_DISK
copy dmzip.exe %DESTPATH%
%DESTPATH%dmzip.exe %DESTPATH%
splash
cls
%1:
xbios /Z /I /X
drmouse
if errorlevel 10 goto MOUSEERR
if errorlevel 9 goto MOUSEERR
if errorlevel 8 goto MOUSEERR
if errorlevel 7 goto MOUSEERR
if errorlevel 6 goto MOUSEERR
if errorlevel 5 goto MOUSEERR
if errorlevel 4 goto MOUSEERR
if errorlevel 3 goto MOUSEERR
if errorlevel 2 goto MOUSEERR
goto NOMOUSEERR
:MOUSEERR
drmouse /u
set NOMOUSE=TRUE
:NOMOUSEERR
if "%NOMOUSE%"=="TRUE" goto NMOUSE
CALL %DESTPATH%dl.exe /ve:32
goto END
:NMOUSE
CALL %DESTPATH%dl.exe /ve:32 NOMOUSE
:END
cls
call reboot.exe